From: Keir Fraser Date: Wed, 5 Dec 2007 09:57:32 +0000 (+0000) Subject: Fix help message of on_xend_stop X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14674 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=45be668f9f824725ea8258d581f14533be28ce11;p=xen.git Fix help message of on_xend_stop Signed-off-by: Masaki Kanno --- diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index e666cb2e85..5159eb1ee8 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -518,7 +518,7 @@ gopts.var('on_xend_start', val='ignore|start', fn=set_value, default='ignore', use='Action to perform when xend starts') -gopts.var('on_xend_stop', val='continue|shutdown|suspend', +gopts.var('on_xend_stop', val='ignore|shutdown|suspend', fn=set_value, default="ignore", use="""Behaviour when Xend stops: - ignore: Domain continues to run;